home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / burst2.arj / BURST2 next >
Text File  |  1988-11-16  |  224b  |  10 lines

  1. burst2.obj: burst2 burst2.c
  2.     cl -c -Gsw -W2 -AS burst2.c
  3.  
  4. burst2.res : burst2.rc burst2.bmp
  5.     rc -r burst2.rc
  6.  
  7. burst2.exe : burst2.obj
  8.     link4 /NOE burst2, burst2/align:16, , slibw, burst2
  9.     rc burst2.res
  10.